home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10069_admExecMenuDialog < prev    next >
Text File  |  2004-01-30  |  359b  |  14 lines

  1. dialog(name: '$$$/Dialogs/ExecMenuDialog')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_left)
  6.         {
  7.             static_text(item_id: 'inst', height: gStaticTextHeight * 4, width: max_char_width() * 25, name: '$$$/Dialogs/ExecMenuDialog/Instructions');
  8.             static_text(item_id: 'item', height: gStaticTextHeight * 2, width: max_char_width() * 25 );
  9.         }
  10.  
  11.         ok_cancel();
  12.     }
  13. }
  14.